home *** CD-ROM | disk | FTP | other *** search
- AniDes32.dll is a software
- developer package featuring a Win32-based .dll that provides runtime
- support for desktop images. The documentation is skeletal, but the
- support and example include file should get you well on your way to
- creating desktop image window routines. The .dll requires advanced
- programming skill and a 32-bit C or C++ compiler. You work with four
- functions: SetDisplayDC - to get a display device context, which is
- the Desktop DC; SetAniDesk - to get the clipping region so that you
- can display images on it; ResetAniDesk - to delete the clipping
- region after you have used it; and ResetDisplayDC - to delete the
- display device context. The author offers email support, and a
- challenge: Put animation on your desktop.
-